github.com/jackc/pgx/v5/pgxpool.Pool.healthCheckPeriod (field)

3 uses

	github.com/jackc/pgx/v5/pgxpool (current package)
		pool.go#L97: 	healthCheckPeriod     time.Duration
		pool.go#L248: 		healthCheckPeriod:     config.HealthCheckPeriod,
		pool.go#L490: 	ticker := time.NewTicker(p.healthCheckPeriod)